Gets or sets the barcode orientation on the source image. Default is None (zero degrees).
Namespace: Neodynamic.SDK.BarcodeReaderAssembly: Neodynamic.SDK.BarcodeReader (in Neodynamic.SDK.BarcodeReader.dll) Version: 1.0.2000.0 (1.0.2000.0)
Syntax
C# |
---|
public BarcodeRotation BarcodeRotation { get; set; } |
Visual Basic |
---|
Public Property BarcodeRotation As BarcodeRotation Get Set |
Visual C++ |
---|
public: property BarcodeRotation BarcodeRotation { BarcodeRotation get (); void set (BarcodeRotation value); } |